Announcement

Collapse
No announcement yet.

Image Sampler | Anti-Aliasing Image filters!

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • Image Sampler | Anti-Aliasing Image filters!

    hey,
    dose any one know how i can change the current Image filter setting in vray nuke from Area to somthing elese like Quadratic filter in the post trans script?

    i

  • #2
    It should be something like this

    from vray.utils import *

    filter = create("FilterArea", "aaFilter")
    filter.set("size", 3)

    Just change the word "Area" with the type of filter you want.
    Georgi Zhekov
    Phoenix Product Manager
    Chaos

    Comment


    • #3
      thank you dude

      Comment


      • #4
        hey,
        would it be poissbal if we can get this in v-ray. im finding my self using this script a lot.

        thanks

        Originally posted by georgi.zhekov View Post
        It should be something like this

        from vray.utils import *

        filter = create("FilterArea", "aaFilter")
        filter.set("size", 3)

        Just change the word "Area" with the type of filter you want.

        Comment


        • #5
          +1 This is very helpful, I used all the time in Maya

          Comment


          • #6
            For me this is also qustion number one!

            Comment

            Working...
            X